'Declaration
<__DynamicallyInvokableAttribute()> Public Default Property Item( _ ByVal index As System.Integer _ ) As T
'Usage
Dim instance As NGenericList(Of T) Dim index As System.Integer Dim value As T instance.Item(index) = value value = instance.Item(index)
Parameters
- index